home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
iconv8_l.arc
/
IDOL.ARC
/
POINT.IOL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-03-19
|
281 b
|
15 lines
class Cartesian : Radian (x,y)
initially
if /(self.r) then {
self.r := sqrt(self.x^2+self.y^2)
self.d := 0 # this should really be some awful mess
}
end
class Radian : Cartesian(d,r)
initially
if /(self.x) then {
self.x := 0
self.y := 0
}
end